projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e939f2
)
(term-exec-1): Run process on pty if possible.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Jun 1996 15:51:57 +0000
(15:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 23 Jun 1996 15:51:57 +0000
(15:51 +0000)
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index 154b0e0c6e4a3d40d7b9c79a52f82d4c9d3a4e40..8e266c0e78a00b9f956b5251b3157b89e98f7c0f 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-883,7
+883,8
@@
buffer. The hook term-exec-hook is run after each exec."
(format "EMACS=%s (term:%s)" emacs-version term-protocol-version)
(format "LINES=%d" term-height)
(format "COLUMNS=%d" term-width))
- process-environment)))
+ process-environment))
+ (process-connection-type t))
(apply 'start-process name buffer
"/bin/sh" "-c"
(format "stty -nl echo rows %d columns %d sane 2>/dev/null;\